home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global qtframelist, pictlist, movieprepos, scastname
- repeat while the stillDown
- if rollOver(clickOn()) then
- if the memberNum of sprite 24 = getAt(qtframelist, movieprepos) then
- set the member of sprite 24 to member (getAt(qtframelist, movieprepos + 1) - 1) of castLib scastname
- leftupdate()
- else
- set the memberNum of sprite 24 to the memberNum of sprite 24 - 1
- leftupdate()
- end if
- next repeat
- end if
- exit
- end repeat
- end
-